Kanzi 4.0.0-beta2
kanzi::gfx::CommandBufferCreateInfo Struct Reference

Creation information for a command buffer. More...

#include <kanzi/gfx/create_info.hpp>

Inheritance diagram for kanzi::gfx::CommandBufferCreateInfo:
[legend]

Public Types

using HandleType
 Command buffer handle.
 

Public Attributes

uint32_t commandSize
 The maximum size in bytes for the command buffer.
 
- Public Attributes inherited from kanzi::gfx::BaseCreateInfo
string_view name
 The name of the graphics object, useful for debugging.
 

Detailed Description

Creation information for a command buffer.

A command buffer contains graphics commands that are processed by the backend.

Since
Kanzi 4.0.0

Member Typedef Documentation

◆ HandleType

Member Data Documentation

◆ commandSize

uint32_t kanzi::gfx::CommandBufferCreateInfo::commandSize

The maximum size in bytes for the command buffer.


The documentation for this struct was generated from the following file: